home *** CD-ROM | disk | FTP | other *** search
- -- card: 8594 from stack: in
- -- bmap block id: 17687
- -- flags: 0000
- -- background id: 8251
- -- name:
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=365 top=93 right=111 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Load Data
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- readfile (the short name of this background && "Stats")
- put true into newdata
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=367 top=129 right=147 bottom=474
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Delete Cards
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- end mouseUp
-
-